Welcome![Sign In][Sign Up]
Location:
Search - student system

Search list

[JSP/JavaStudent--system

Description: 学生成绩管理系统 login登陆jsp页面-Student achievement management system login
Platform: | Size: 1024 | Author: leader | Hits:

[Education soft systemstudent-system

Description: 利用数据库管理学生信息 利用数据库管理学生信息-The use of database management student information student information using database management
Platform: | Size: 44032 | Author: Ryan | Hits:

[Education soft systemstudent-system

Description: 系统功能简介:本系统有包括7个主要功能供给用户,用于管理学生信息。 1. 输入和储存学生信息 用户可以使用系统储存学生信息,包括学生姓名,学号,性别,成绩(物理,英语,数学,计算机导论,C程序) 2. 查看学生信息 通过使用系统可以查看已统计好的学生信息 3. 学生成绩统计: 使用系统可以浏览学生已排好的成绩统计,包括名次,总分,平均分,最高和最低分。 4. 查找学生信息: 使用系统可以浏览单个学生的信息,分为按学号和姓名查找。 5. 修改学生信息:当学生信息有误时就可以通过系统来修改。 6. 删除学生信息:使用系统可以要删除某个学生信息。 7. 增加学生信息:不能在第一个功能上增加学生信息,只能在这个功能上实现。 8. 退出。 -System Features: This system consists of seven main functions available to users for managing student information. 1. Input and storage of student information Users can use the system store student information, including student name, student number, sex, performance (physical, English, Mathematics, Introduction to Computer Science, C program) 2. View Student Information By using the system can view the statistics good student information 3. Student achievement statistics: Students have been using the system can browse exclusive good performance statistics, including ranking, score, average, maximum and minimum points. 4. Find student information: Using the system can browse individual student information, student number and divided by the name lookup. 5. Modify student information: When information is incorrect when students can be modified through the system. 6. Delete Student Information: You can use the system to remove a student information. 7. Increase stude
Platform: | Size: 2149376 | Author: linyongming | Hits:

[WEB CodeStudent-System

Description: 简易的学生信息管理系统,涉及asp.net和sql数据库-A simple student information management system,Involving asp.net and SQL database
Platform: | Size: 1764352 | Author: 张杰 | Hits:

[Education soft systemstudent-mange-system

Description: 学生信息管理系统,Visual C#(ASP.net)2008+SQL Server2005,内有数据库设计,项目开发详细设计和模块设计。-Student information management system, Visual C# (ASP.net) 2008+ SQL Server2005, there are database design, detailed design and project development module design.
Platform: | Size: 613376 | Author: 吴凡 | Hits:

[Education soft systemstudent-system

Description: ... ... ... 学生管理系统源代码-the code of the students system
Platform: | Size: 3072 | Author: wangchunlei | Hits:

[Education soft systemstudent-system-of-CPP

Description: 用C++编写的用单链表实现的一个控制台应用程序—学生管理系统。初学者可以参考着学习一下,很有帮助。-Written in C++ implementation of a linked list with a single console application- student management system. Beginners can refer to the learning about, very helpful.
Platform: | Size: 5120 | Author: 韩彧 | Hits:

[Education soft systemstudent-system

Description: 学生成绩管理系统的功能如下: 1.定义及输出。可以显示系统内所有学生的成绩情况; 2.计算并排序。可以计算每个学生三门课程的总分(sum,单精度)及平均分(aver,单精度,并输出一位小数),同时也可以对所有学生的总分情况进行一个由高到低的排名; 3.查找。任意输入一位学生的姓名,打印出他的所有数据。并且能多次查找。 4.统计。统计输出不及格的学生名单和对应的课程。 5.退出成绩管理系统。 -Student achievement management system functions as follows: 1 Definitions and output. The system can display the results of all students (2) is calculated and sorted. Three courses each student can calculate the total score (sum, single precision) and the average (aver, single precision, and output a decimal), but can also score for all students to conduct high to low ranking 3 search. Enter the name of any student, print out all of his data. And can many times find. 4 Statistics. Statistics do not pass the output list of students and corresponding courses. 5 out of performance management system.
Platform: | Size: 113664 | Author: zhangweijie | Hits:

[Education soft systemstudent-infomation-system

Description: 学生管理系统 用mfc界面 程序简洁 易懂-student system
Platform: | Size: 2627584 | Author: 杨义务 | Hits:

[Education soft systemstudent

Description: 图书管理系统,可以实现图书的增加,删除,修改等功能-student system,you can add a new book in this system
Platform: | Size: 4383744 | Author: emma | Hits:

[Education soft systemStudent-system

Description: 学生成绩管理系统,有良好的界面,可以修改,删除,添加成绩-Student achievement management system, a good interface,Can modify, delete, and add the results
Platform: | Size: 3406848 | Author: 江涛 | Hits:

[Education soft systemstudent-dormitory-management

Description: 系统完成学生宿舍管理,主要有宿舍基本信息录入、宿舍分配和家具配置、信息查询四部分。-Management system to complete the student dormitory dormitory basic information entry, the assignments and furniture configuration of four parts, information inquiry.
Platform: | Size: 945152 | Author: hawaii | Hits:

[JSP/Javastudent-system

Description: 本系统是个学生成绩管理系统 有如下功能: 1.用顺序表n个学生的学号和成绩录入; 思想: 在主函数里完成学生人数限定,和定义学生的结构体指针,调用录入函数。 用结构体指针完成学生信息录入。 2.用选择排序法对n个学生的成绩按照降序排列; 思想: 定义2个学生结构体指针,用选择法完成学生成绩排序。 3.利用栈和队列的算法操作,删除不及格的学生信息,保留及格学生信息在栈或队列中; 思想: 定义一个栈和一个队列,及格的学生入队,不及格的入栈,出队输出学生信息。 4.对及格学生的信息建立一个二叉排序树,对该二叉排序树进行中序遍历; 思想: 在出队的同时将学生成绩入树,调用创建2叉树,便进行中序遍历。 5.任意输入一个学生的学号,用一种查询方法查询该学生的成绩。 思想: 直接查找学生学号,找到就输出。 -This system is a student performance management system Has the following functions: 1. With the sequential list n students student id and achievements input Thought: In the main function in the number of students finish the limit, and define the structure of the student body pointer, input function call. With the structure body complete student information recorded pointer. 2. Choose ranking to n with a student s result in descending order Thought: Definition 2 students structures pointer, with choice method is used to complete student achievement in order. 3. Use stack and queue of algorithm operating, delete failing students information, keep pass the information in the stack students or the queue Thought: Define a stack and a queue, pass the students of get-together, not pass into the stack, the team output students information. 4. ? on
Platform: | Size: 17408 | Author: 李章辉 | Hits:

[Education soft systemStudent-management-system

Description: 用c语言做了一个学生成绩管理系统,很好的对学生成绩等一些信息做了统一规划-C language a student achievement management system, and good student performance and other information to do the unified planning
Platform: | Size: 1570816 | Author: miaomiao | Hits:

[Education soft systemstudent-system-for-c

Description: 这是一个用c语言开发的学生管理系统,个人开发,盗版必究。- This is a student management system developed using c language, personal development, piracy reserved.
Platform: | Size: 78848 | Author: 温林泉 | Hits:

[Education soft systemStudent--System

Description: 该管理系统支2类用户:学生和系统管理员(教师)。学生可以查看自己相关信息、修改自己基本信息;系统管理员可以录入学生成绩、专业等相关教学信息。-The management system to support two classes of users: students and system administrators (teachers). Students can view their own information and modify their own information system administrators can input student achievement, professional and other relevant teaching information.
Platform: | Size: 4386816 | Author: yo | Hits:

[Education soft systemstudent-system-java

Description: 简单的基础学生管理系统 拥有基础的功能 并采用java编写 -Simple basis student management system has the function of the foundation and the Java code
Platform: | Size: 798720 | Author: 李时珍 | Hits:

[OtherStudent-System-

Description: 学生信息管理系统设计 学生信息包括:学号,姓名,年龄。 基本功能: 1、系统以菜单方式工作 2、学生信息录入功能(学生信息用文件保存) 3、学生信息浏览功能 4、学生信息查询功能:按学号、姓名等查询 5、学生信息的删除与修改-Student Information Management System design student information includes: student number, name, age. Basic functions: 1, the system menu, the student information into the function (student information stored with the file), student information browsing functions, student information query: query 5, student information by student number, name, etc., to delete the modify
Platform: | Size: 2048 | Author: 苏家仪 | Hits:

[Windows DevelopStudent--system

Description: 用VC6.0写的学生成绩管理系统,用VC6.0编写的。编译没问题-Student achievement management system written with VC6.0
Platform: | Size: 234496 | Author: xcl | Hits:

[OtherStudent--system

Description: 本系统可供学生查询自己的成绩。 供教师录入成绩、查看所有成绩、按班级统计成绩。 -System for students to check their results. For teachers to input the results, see all results, statistical results by class.
Platform: | Size: 15360 | Author: 季小凯 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net